home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-1.iso
/
Files
/
PowerMac
/
Commodore 64 v0.4 PPC.sit
/
Commodore 64 v0.4
/
SOURCE
/
Keyboard.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-04-04
|
148 b
|
10 lines
|
[
TEXT/KAHL
]
#ifndef KEYBOARD_H
#define KEYBOARD_H
extern byte keyScan[8];
extern byte scanCode[256];
void AppleScanKeyboard(byte chr, int modifiers);
#endif